Skip to content

drivers: uart: esp32: revert level to PRE_KERNEL_1 #89032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

sylvioalves
Copy link
Collaborator

@sylvioalves sylvioalves commented Apr 24, 2025

printf is failing in hello_world sample due to current uart driver init level. This reverts back to PRE_KERNEL_1.
As uart depends on GDMA, set it also to same level.

Fixes #88803

@github-actions github-actions bot added platform: ESP32 Espressif ESP32 size: XS A PR changing only a single line of code area: UART Universal Asynchronous Receiver-Transmitter labels Apr 24, 2025
wmrsouza
wmrsouza previously approved these changes Apr 24, 2025
printf is failing in hello_world sample due to current
uart driver init level. This reverts back to PRE_KERNEL_1.
As uart depends on GDMA, set it also to same level.

Signed-off-by: Sylvio Alves <[email protected]>
@sylvioalves sylvioalves force-pushed the bugfix/uart_pre-kernel branch from bc4b309 to 1221f55 Compare April 24, 2025 14:22
@github-actions github-actions bot added the area: DMA Direct Memory Access label Apr 24, 2025
@github-actions github-actions bot requested a review from teburd April 24, 2025 14:23
@sylvioalves sylvioalves requested a review from wmrsouza April 24, 2025 15:14
@kartben kartben merged commit a831122 into zephyrproject-rtos:main Apr 28, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: DMA Direct Memory Access area: UART Universal Asynchronous Receiver-Transmitter platform: ESP32 Espressif ESP32 size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

printf not show anything on esp32
7 participants